home *** CD-ROM | disk | FTP | other *** search
/ The Cartoon Guide to Physics / The Cartoon Guide to Physics.iso / pc / physdata / stsetup.dir / 00058.ls < prev    next >
Encoding:
Text File  |  1995-09-10  |  294 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("click")
  3.   set the castNum of sprite 12 to 0
  4.   set the locH of sprite 12 to 1000
  5.   set the castNum of sprite 10 to 0
  6.   set the castNum of sprite 11 to the number of cast "quit"
  7.   updateStage()
  8.   set the cursor of sprite 10 to 0
  9.   set the cursor of sprite 12 to 0
  10. end
  11.